home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFRMPRINTPREVIEW / TFRMPRINTPREVIEW.txt
Text File  |  2002-01-07  |  969b  |  49 lines

  1. object frmPrintPreview: TfrmPrintPreview
  2.   Left = 237
  3.   Top = 137
  4.   ActiveControl = cmdOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print preview'
  7.   ClientHeight = 504
  8.   ClientWidth = 632
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 3
  21.     Top = 3
  22.     Width = 443
  23.     Height = 17
  24.     AutoSize = False
  25.     Caption = 'Please note that the output may look different on your printer.'
  26.     WordWrap = True
  27.   end
  28.   object cmdOk: TButton
  29.     Left = 568
  30.     Top = 3
  31.     Width = 61
  32.     Height = 21
  33.     Caption = 'Print'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.   end
  38.   object cmdCancel: TButton
  39.     Left = 568
  40.     Top = 26
  41.     Width = 61
  42.     Height = 20
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48. end
  49.